home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / util / conv / xlhtml.lha / xlHtml-Changes.txt < prev   
Text File  |  2002-09-10  |  9KB  |  221 lines

  1.                             xlHtml ChangeLog
  2.  
  3. 0.5.1 06/07/02
  4.     - Vaclav Dvorak <dvorakv@idas.cz>
  5.       * Temporary fix for non-Unicode 8-bit characters in utf-8 output until
  6.         real charset conversion is in place
  7.       * Fixed some typos and formatting
  8.       * Fixed closing of <FONT> tag
  9.       * Fixed invalid XML output - missing quotes aroud size attribute
  10.         of <FONT>
  11.       * Made rowspan and colspan attributes instead of content of <cell>
  12.         in XML output
  13.       * Updated doxygen.conf and in-source documentation and comments
  14.       * Fixed SST code when a string on the boundary of a BIFF SST and
  15.         CONTINUE starts as Unicode and continues as 8-bit or vice versa;
  16.         indication: raw Unicode (A.b.c.d., where . is character 0x00) in
  17.         output, or MaxStringsExceeded
  18.       * Enabled compilation warnings, made sure there are none
  19.       * More code modularization
  20.       * Fixed handling of fonts (fixes some segfaults, closes bug 529044)
  21.     * Added some Alpha portability fixes.  
  22.  
  23. 0.5 04/13/02
  24.     * Fixed some memory leaks
  25.     * Increased file name limit to 256 characters
  26.  
  27. 0.4.9.3 03/19/02
  28.     * Began code modularization
  29.     * Changed pointers to xlhtml web site
  30.  
  31. 0.4.9.2 03/13/02
  32.     * Turned over xlhtml to Charles Wyble
  33.     * Added a patch to support bold formatting 
  34.  
  35. 0.4.9.1 03/10/02
  36.     * Fixed bug in cole.c which causes errors reading ppthtml files - Takahiro Kambe
  37.     * Fixed bug in page name output for non-html output
  38.     * xlhtml now uses Microsoft CodePages - Victor Wagner
  39.  
  40. 0.4.9.0 12/09/01
  41.     * Cleanup of cole library to pass lint better
  42.     * Added command line switches for --help --ascii, usage - Charles Wyble
  43.     * Don't read past buffer end on malformed fonts.
  44.  
  45. 0.4 12/03/01
  46.     * removed spurrious tab before closing XML tag - Mike Ralphson
  47.     * Fixed bug in trim edges
  48.     * Many signed / unsigned cleanups
  49.     * Updated the xldump utility - Charles Wyble
  50.     * Added xlcdump utility to dump chart information - Charles Wyble
  51.     * Added doxygen doco generation - Rafael Kitover
  52.     * Added patch to support String Formulas - Rafael Kitover
  53.     * Changed unsupported numeric formats to output using floating point
  54.       technique with the decimal suppressed. Was truncating to MAXINT.
  55.     * Fixed bug where CSV was not escaping currency fields - Rafael Kitover
  56.     * Fixed bug where unknown field types were not escaped in CSV 
  57.       - Rafael Kitover
  58.     * Fixed bug in cell merging where the whole row was selected
  59.     * Fixed bug in mailto hyperlink
  60.     * Now supports custom colors
  61.     * New command line option -nh to suppress header & body tags in html
  62.     * Fixed bug where tab delimited was allowing an extra tab at the EOL
  63.     * Fixed bug in blank cells for CSV output - Thorsten Koch
  64.     * Added test for negative value in cole_fread
  65.     * Optimized html further so it suppresses alignment of blank rows
  66.     * Improved portability to DOS & WIN32
  67.     * Moved everything over to U8, U16, U32, F32, & F64 data types. This is in
  68.       effort to improve support on 64 bit platforms.
  69.     * Added the xlv script from Asher Blum
  70.  
  71. 0.3 10/19/01
  72.     * Added drive letter check for DOS & Windows
  73.     * Fixed situation where ellipses were not being rendered correctly
  74.     * Fixed Unicode problem in Label Cells
  75.     * Fixed problem where cells created by row data were not being updated 
  76.       when the cell was officially created.
  77.     * Program renamed to xlhtml...all lowercase.
  78.     * Moved xlHtml over to a new makefile system. It does a static build now.
  79.     * Finished moving cole library to mkstemp from tempnam()
  80.     * Cole library unlinks temp files after opening so they are deleted
  81.     * Fixed Numeric formats that need a comma
  82.     * Fixed font name to not have Rich Text
  83.     * Added bounds checking to Row Info opcode
  84.     * Fixed hyperlinks that are unicode.
  85.     * Scripts changed to use mkstemp
  86.     * Added support for many currency & accounting formats
  87.     * Aggressive optimizations make smaller html now
  88.     * Fixed several cases where Ascii output had html in it
  89.     * Added CSV output patch from Rob Arnold
  90.     * Added support for multiple fonts in same cell
  91.     * Added patch for continuation from Hironori
  92.     * Added support for multiple style attributes in same cell
  93.     * Added support for Hyperlinks
  94.     * Added XML patch from Jason Venner
  95.     * Added xls-handler for Apache
  96.  
  97. 0.2.8 01/14/2001
  98.     * Added man page
  99.     * Improved Error Messages - David Brukman
  100.     * Added empty SST strings - David Brukman
  101.     * Fixed bug in RKtoDouble - David Brukman
  102.     * Fixed extended string + rich string
  103.     * Fixed a misplaced array initialization for ws_array
  104.     * Fixed problem where the html closing tags were being output during error
  105.       messages when -asc option was given
  106.     * Changed all the comments over to standard C comments for increased
  107.       portability
  108.  
  109. 0.2.6 12/26/1999
  110.     * xlHtml is now self-scaling to whatever xls file you are viewing
  111.     * More Unicode fixups
  112.     * Added -m command line option to suppress multibyte
  113.     * Added -asc & -dp commandline options to get ascii output and dump
  114.       spreadsheet parameters.
  115.     * Added -xp -xc -xr commandline options to extract a range of columns and 
  116.       rows on a page. This will facilitate integration with gnuplot.
  117.     * Fixed RK floating point bug
  118.     * Increased precision from 6 digits to 15 digits.
  119.  
  120. 0.2.4 12/04/1999
  121.     * Added Cell Merging capabilities
  122.     * Added -te command line option to "trim the edges" (empty rows or
  123.       columns at the edges of a worksheet).
  124.     * Added the contributed excel2text script to let mutt clients see xls 
  125.       attachments
  126.     * Added a -v command line switch for version information
  127.     * Added code to optimize font size statements similar to font face
  128.     * Fixed Unicode bugs in font name and sheet name - Thanks Hironori !
  129.     * Re-wrote the cole_fread function. Changes were submitted to Arturo.
  130.  
  131. 0.2.2 11/05/1999
  132.     * Fixed problem with date calculation
  133.     * Fixed cells that had a string with only spaces in it
  134.     * Unicode, unicode, unicode
  135.     * Fixed a formula handling error for Excel 95
  136.     * Many little bug fixes
  137.     * Ported to Borland C++ 5.0 under Win32
  138.  
  139. 0.2.0 10/11/1999
  140.     * Added support for fraction data formats
  141.     * Added -c command line option to center tables
  142.     * Added -bc command line option to override the background color
  143.     * Added -tc command line optine to override the text color
  144.     * Added -bi command line option to add a background image
  145.     * Added better support for Excel 95 & 5.0. Had to disable
  146.       colors since it looked crazy. Probably has a different palette.
  147.     * Added -a command line to use aggressive optimization. This doesn't
  148.       generate closing tags for TD & TR tags. This could be a problem
  149.       for older browsers.
  150.     * Further reduced generated html output.
  151.     * Program now displays the last saved value of a formula.
  152.     * Added command line option to suppress warning that formula data
  153.       may be stale or inaccurate.
  154.     * Updated uploader.pl documentation
  155.     * Added nsopen *bash* script in contrib directory
  156.  
  157. 0.1.8 9/29/1999
  158.     * Added support for text built-in cell format
  159.     * Reduced the amount of html output
  160.     * Upgraded to the cole-2.0.1 Library
  161.     * Moved xlHtml and all its files into the xlHtml directory
  162.  
  163. 0.1.6 9/25/1999
  164.     * Re-designed the Test.xls file to really workout xlHtml
  165.     * Added support for most built-in cell formats: date, time, 
  166.       number, and scientific formats
  167.     * Added support for general formatting
  168.     * Fixed MS induced glitch in LabelSST - only very large files
  169.       would have this problem.
  170.     * Fixed bug in default Row XF's - only seen in colored blank cells
  171.     * Optimized html tags. Avg 40% less html!
  172.     * Added more documentation in README-xlHtml
  173.     * Cleaned out document folder. It had some files that were created 
  174.       from the ./configure script. Reduced total tar size significantly.
  175.     * Fixed bug in RK number conversion
  176.  
  177. 0.1.4 9/15/1999
  178.     * Added support for Sub & Superscripting
  179.     * Added -nc command line option to uncolored output
  180.     * Added support for font sizes
  181.     * Added support for vertical alignment
  182.     * Added 16 more colors to built-in palette
  183.     * Added default row formatting
  184.     * Added support for left, center, & right justification
  185.  
  186. 0.1.2 9/11/1999
  187.     * Added Support for Bold, Underline, and Itallics Fonts
  188.     * Now extracts Font Name
  189.     * Colorizes Fonts based on default palette - 40 colors
  190.     * Continue Record Support added for big files
  191.     * Better protection for corrupt files
  192.  
  193. 0.1.0 8/23/1999
  194.     * Added Support for RK & MulRK cells
  195.     * Now pulls the title & last updated date from Global Data
  196.     * Added stubs for all cell types that will be supported
  197.     * Minor corrections based on BIFF8 specs
  198.  
  199. 0.0.6 08/20/1999
  200.     * Added support for Multiple Worksheets
  201.     * Added support for BoolErr for Office 97 files
  202.     * Added support for Worksheet's title from the tab
  203.     * Test.xls in examples directory is now Multi-worksheet
  204.  
  205. 0.0.4 08/17/1999
  206.     * Added support for Floating Point (Number) Cells
  207.     * Added basic support to collect font info
  208.     * Added basic support to collect cell attributes
  209.     * Added several error messages
  210.     * Added lots of comments to the code
  211.  
  212. 0.0.2 08/13/1999 First public release.
  213.     * Packaged with the cole library and hacked the Makefile and configure
  214.       scripts.
  215.     * added disclaimer for floating point since its not correct.
  216.     * string support is finished.
  217.     * Labels are now supported.
  218.  
  219. 0.0.1 08/8/1999 Initial Release. 
  220.     * So far it supports most strings, empty cells, and integers. 
  221.